projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38860a2
)
Remove write-only variable in compegps.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Thu, 20 Dec 2018 04:19:05 +0000
(22:19 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Thu, 20 Dec 2018 04:19:05 +0000
(22:19 -0600)
compegps.cc
patch
|
blob
|
history
diff --git
a/compegps.cc
b/compegps.cc
index f0f8cd2e0f7dac269f08d5ac2de4e03c38c0e519..e74a101eb39ebf0b759be510c92806080c5aa4d8 100644
(file)
--- a/
compegps.cc
+++ b/
compegps.cc
@@
-79,7
+79,6
@@
static int radius;
static int input_datum;
static const route_head* curr_track;
-static const route_head* curr_route;
/* placeholders for options */
@@
-504,7
+503,6
@@
write_waypt_cb(const Waypoint* wpt)
static void
write_route_hdr_cb(const route_head* rte)
{
- curr_route = rte;
curr_index++;
if (curr_index != target_index) {
return;